![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
The source code for newt lifestages More...
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include "../BatchALMaSS/ALMaSS_Setup.h"
#include "../ALMaSSDefines.h"
#include "../Landscape/ls.h"
#include "../BatchALMaSS/PopulationManager.h"
#include "../Newt/Newt.h"
#include "../Newt/Newt_Population_Manager.h"
#include "../BatchALMaSS/BoostRandomGenerators.h"
Variables | |
boost::variate_generator< base_generator_type &, boost::uniform_real<> > | g_rand_uni |
MapErrorMsg * | g_msg |
This pointer provides access the to the internal ALMaSS error message system. More... | |
const int | Vector_x [8] |
const int | Vector_y [8] |
static CfgFloat | cfg_newtJuvenileStartSize ("NEWT_JUVESTARTSIZE", CFG_CUSTOM, 42.3) |
Based on Baker (1998), the start size is the snout-vent length averaging 42.3mm after metamorphosis. More... | |
The source code for newt lifestages
Version of 1 January 2016
By Chris J. Topping
|
static |
Based on Baker (1998), the start size is the snout-vent length averaging 42.3mm after metamorphosis.
Referenced by Newt_Juvenile::Newt_Juvenile(), and Newt_Juvenile::ReInit().
|
extern |
This pointer provides access the to the internal ALMaSS error message system.
Referenced by Newt_Egg::InternalPesticideHandlingAndResponse(), Newt_Larva::InternalPesticideHandlingAndResponse(), Newt_Juvenile::InternalPesticideHandlingAndResponse(), Newt_Male::InternalPesticideHandlingAndResponse(), Newt_Female::InternalPesticideHandlingAndResponse(), and Newt_Female::st_Breed().
|
extern |
Referenced by Newt_Adult::AgeMortTest(), Newt_Egg::InternalPesticideHandlingAndResponse(), Newt_Larva::InternalPesticideHandlingAndResponse(), Newt_Juvenile::InternalPesticideHandlingAndResponse(), Newt_Male::InternalPesticideHandlingAndResponse(), Newt_Female::InternalPesticideHandlingAndResponse(), Newt_Juvenile::MoveTo(), Newt_Juvenile::Newt_Juvenile(), Newt_Juvenile::NewtDoWalking(), Newt_Juvenile::NewtDoWalkingCorrect(), Newt_Juvenile::ReInit(), Newt_Egg::st_Develop(), Newt_Larva::st_Develop(), Newt_Juvenile::st_Develop(), Newt_Juvenile::st_Disperse(), Newt_Juvenile::st_EvaluateHabitat(), Newt_Adult::st_EvaluateHabitat(), Newt_Female::st_EvaluateHabitat(), Newt_Adult::st_Migrate(), Newt_Juvenile::st_NextStage(), and Newt_Juvenile::st_Overwinter().
|
extern |
Referenced by Newt_Juvenile::NewtDoWalking(), and Newt_Juvenile::NewtDoWalkingCorrect().
|
extern |
Referenced by Newt_Juvenile::NewtDoWalking().